Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_imu2d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_imu2d
Commits
225cb99c
Commit
225cb99c
authored
4 years ago
by
Idril-Tadzio Geer Cousté
Browse files
Options
Downloads
Patches
Plain Diff
changed launch and yaml
parent
81d202d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
launch/imu2d_demo.launch
+1
-1
1 addition, 1 deletion
launch/imu2d_demo.launch
yaml/imu2d.yaml
+5
-4
5 additions, 4 deletions
yaml/imu2d.yaml
with
6 additions
and
5 deletions
launch/imu2d_demo.launch
+
1
−
1
View file @
225cb99c
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<node pkg="rosbag"
<node pkg="rosbag"
type="play"
type="play"
name="player"
name="player"
args="-s $(arg sec) -r $(arg speed) -k --clock $(find wolf_demo_imu2d)/bag/test2_no
_
map.bag"/>
args="-s $(arg sec) -r $(arg speed) -k --clock $(find wolf_demo_imu2d)/bag/test
3_filtered
2_nomap.bag"/>
<node type="rviz"
<node type="rviz"
name="rviz"
name="rviz"
...
...
This diff is collapsed.
Click to expand it.
yaml/imu2d.yaml
+
5
−
4
View file @
225cb99c
...
@@ -47,10 +47,10 @@ config:
...
@@ -47,10 +47,10 @@ config:
LaserScanParams
:
LaserScanParams
:
angle_min
:
-3.14159274101
angle_min
:
-3.14159274101
angle_max
:
3.14159274101
angle_max
:
3.14159274101
angle_step
:
0.00700000021607
angle_step
:
0.007
#
0.00700000021607
scan_time
:
0.0
scan_time
:
0.0
range_min
:
0.0
range_min
:
0.0
range_max
:
1
00
range_max
:
2
00
range_std_dev
:
0.2
range_std_dev
:
0.2
angle_std_dev
:
0.01
angle_std_dev
:
0.01
-
-
...
@@ -134,17 +134,18 @@ config:
...
@@ -134,17 +134,18 @@ config:
-
-
package
:
"
wolf_ros_node"
package
:
"
wolf_ros_node"
type
:
"
SubscriberOdom2d"
type
:
"
SubscriberOdom2d"
topic
:
"
/ana/odom
_mal
"
topic
:
"
/ana/odom"
sensor_name
:
"
odom2d"
sensor_name
:
"
odom2d"
-
-
package
:
"
wolf_ros_laser"
package
:
"
wolf_ros_laser"
type
:
"
SubscriberLaser2d"
type
:
"
SubscriberLaser2d"
topic
:
"
/ana/sensors/scan"
topic
:
"
/ana/sensors/scan"
sensor_name
:
"
scanner_front_left"
sensor_name
:
"
scanner_front_left"
load_params_from_msg
:
false
-
-
package
:
"
wolf_ros_imu"
package
:
"
wolf_ros_imu"
type
:
"
SubscriberImu"
type
:
"
SubscriberImu"
topic
:
"
/ana/sensors/bno055_imu/imu"
topic
:
"
/ana/sensors/bno055_imu/imu
_mal
"
sensor_name
:
"
sensorimu2d"
sensor_name
:
"
sensorimu2d"
imu_x_axis
:
3
imu_x_axis
:
3
imu_y_axis
:
2
imu_y_axis
:
2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment