Skip to content

Commit

Permalink
#41 Bugfixing in visual odometry
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgitgomes committed Jul 27, 2022
1 parent bf2a1ce commit 13d3a29
Show file tree
Hide file tree
Showing 13 changed files with 779 additions and 3,410 deletions.
3 changes: 1 addition & 2 deletions atlascar2_bringup/launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
</node>

<group if="$(arg odom_bringup)">
<node pkg="atlascar2_odom" type="can_ros_msgs_to_ackermann.py" name="can_ros_msgs_to_ackermann" output="screen"/>
<node pkg="atlascar2_odom" type="ackermann_to_odom.py" name="ackermann_to_odom" output="screen"/>
<include file="$(find atlascar2_odom)/launch/odom_bringup.launch"/>
</group>

<group if="$(arg visualize)">
Expand Down
2 changes: 1 addition & 1 deletion atlascar2_bringup/launch/model.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<launch>
<arg name="robot_description" default="robot_description"/>
<param name="$(arg robot_description)" command="$(find xacro)/xacro '$(find atlascar2_description)/urdf/atlascar2.urdf.xacro'" />
<param name="$(arg robot_description)" command="$(find xacro)/xacro '$(find atlascar2_description)/urdf/atlascar2_ackermann_VLP.urdf.xacro'" />
<node pkg="joint_state_publisher" type="joint_state_publisher" name="joint_state_publisher"></node>
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" />
</launch>
Loading

0 comments on commit 13d3a29

Please sign in to comment.