Skip to content
Snippets Groups Projects
Commit 3842e255 authored by Idril-Tadzio Geer Cousté's avatar Idril-Tadzio Geer Cousté
Browse files

work on yamls

parent 694fb064
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<!-- using "clock" option to use the simulated time. Rosbag launch as the first node -->
<node pkg="rostopic" type="rostopic" name="" args='pub /helena/sensors/bno055_imu/imu/topic_enable std_msgs/Bool "data: True"'/>
<node pkg="rosbag" type="record" name="recorder" args='record -O $(find wolf_demo_imu2d)/bag/trajectory_recording.bag -e "(.*)wolf_ros_node(.*)"'/>
<node pkg="rosbag" type="record" name="recorder" args='record -O $(find wolf_demo_imu2d)/bag/trajectory_recording.bag "/wolf_ros_node/trajectory" "/wolf_ros_node/graph_trajectory" "/wolf_ros_node/pose_pos_array"'/>
<node pkg="tf"
type="static_transform_publisher"
......
......@@ -86,10 +86,9 @@ config:
viz_overlapped_factors: true
-
package: "wolf_ros_node"
type: "PublisherPose"
topic: "pose"
type: "PublisherTrajectory"
topic: "trajectory"
period: 1
extrinsics: false
frame_id: "map"
-
package: "wolf_ros_laser"
......
......@@ -118,6 +118,19 @@ config:
topic: "graph"
period: 1
viz_overlapped_factors: true
-
package: "wolf_ros_node"
type: "PublisherTrajectory"
topic: "trajectory"
period: 1
frame_id: "map"
-
package: "wolf_ros_node"
type: "PublisherPose"
topic: "pose"
extrinsics: false
period: 1
frame_id: "map"
-
package: "wolf_ros_laser"
type: "PublisherLaserMap"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment