Skip to content

Commit

Permalink
fix: a1 sim
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-ziqi committed Apr 17, 2024
1 parent 9560724 commit 7b1aaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/rl_sar/launch/start_a1.launch
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<launch>
<arg name="wname" default="stairs"/>
<arg name="rname" default="a1"/>
<param name="ros_namespace" type="str" value="/$(arg rname)_gazebo/"/>
<arg name="robot_path" value="(find $(arg rname)_description)"/>
<arg name="dollar" value="$"/>

Expand Down
2 changes: 1 addition & 1 deletion src/rl_sar/src/rl_sim.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "../include/rl_sim.hpp"

#define ROBOT_NAME "cyberdog1"
#define ROBOT_NAME "a1"

// #define PLOT
// #define CSV_LOGGER
Expand Down

0 comments on commit 7b1aaf1

Please sign in to comment.