Login
Preferences
Help/Guide
About Trac
Wiki
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 1
and
Version 2
of
ROS2018
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Aug 8, 2018 5:34:53 AM (
6 years
ago)
Author:
nakasato
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
ROS2018
v1
v2
1
=
test
=
1
=
rostopicに利用方法
=
2
2
3
== 止める ==
4
{{{
5
rostopic pub /cmd_vel geometry_msgs/Twist -1 "{linear: {x: 0.0, y: 0.0, z: 0.0}, angular: {x: 0.0, y: 0.0, z: 0.0}}"
6
}}}
7
8
== 前進 ==