質問編集履歴
2
markdown形式の利用
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
```
|
37
37
|
|
38
38
|
### 該当のソースコード
|
39
|
-
|
39
|
+
```c++
|
40
40
|
// 通常のwaypointの場合
|
41
41
|
void setNextGoal(WayPoint waypoint) {
|
42
42
|
reach_threshold_ = waypoint.reach_threshold_;
|
@@ -69,6 +69,7 @@
|
|
69
69
|
//ROS_INFO_STREAM("g)x :" << now_goal_.position.x << ", y :" << now_goal_.position.y);
|
70
70
|
return now_goal_;
|
71
71
|
}
|
72
|
+
```
|
72
73
|
|
73
74
|
|
74
75
|
|
1
タグの追加
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|