-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change name space #26
base: develop
Are you sure you want to change the base?
Conversation
<!-- launch IMU --> | ||
<!-- <include file="$(find wt901B_ros)/launch/wt901B_ros.launch"/> --> | ||
|
||
<!-- <remap from="scan" to="scan" /> --> | ||
<!-- <remap from="scan_filtered" to="scan_filtered"/> --> | ||
<!-- v1 --> | ||
<!-- <rosparam command="load" file="$(find cube_petit_bringup)/config/sensors/cube_petit_pacecat_filter.yaml" /> --> | ||
<!-- v2 --> | ||
<rosparam command="load" file="$(find cube_petit_bringup)/config/sensors/cube_petit_pacecat_filter2.yaml"/> | ||
</node> | ||
</group> | ||
|
||
<!-- <include file="$(find cube_petit_bringup)/launch/realsense_rgbd.launch"/> --> | ||
|
||
<!-- imaha iranai --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
このPRでは消したほうが見やすいです
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
|
||
|
||
<!-- <include file="$(find cube_chat/launch/cube_chat.launch"/> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
<!-- <node name="rosserial_python" pkg="rosserial_python" type="serial_node.py" launch-prefix="nice -n 19"> | ||
<param name="port" value="/dev/ttyARDUINO_IR"/> | ||
<param name="baud" value="57600"/> | ||
</node> --> | ||
|
||
<!-- <node name="rosserial_python2" pkg="rosserial_python" type="serial_node.py" launch-prefix="nice -n 19"> | ||
<param name="port" value="/dev/ttyARDUINO_FAN"/> | ||
<param name="baud" value="57600"/> | ||
</node> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
<!-- <arg name="map_info_file" default="/home/gisen/map/M20210525165127330/map_info.yaml"/> | ||
<rosparam command="load" file="$(arg map_info_file)" ns="map_info"/> | ||
<rosparam command="delete" param="map_info/building_id"/> | ||
<rosparam command="delete" param="map_info/floor_id"/> | ||
<group ns="navigation"> | ||
|
||
<rosparam command="delete" param="map_info/floor_id"/> --> | ||
<!-- <group ns="navigation"> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
<arg name="use_keepout" default="true" /> | ||
<param name="map_server/map_file" value="$(arg map_file)" /> | ||
|
||
<!-- <rosparam command="load" file="$(arg map_info_file)" ns="map_info"/> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
|
||
|
||
|
||
<!-- <node pkg="tf" type="static_transform_publisher" name="odom_tf" args="0 0 0 0 0 0 map odom 100" /> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
<!-- <group ns="rviz_topics_relay"> | ||
<node name="clicked_point_relay" pkg="topic_tools" type="relay" args="/clicked_point /clicked_point"/> | ||
<node name="initialpose_relay" pkg="topic_tools" type="relay" args="/initialpose /initialpose"/> | ||
<node name="simple_goal_relay" pkg="topic_tools" type="relay" args="/move_base_simple/goal /move_base_simple/goal"/> | ||
</group> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
<!-- <remap from="move_base_simple/goal" to="/move_base_simple/goal"/> | ||
<remap from="initial_pose" to="/initial_pose"/> | ||
<remap from="clicked_point" to="/clicked_point"/> | ||
<remap from="clicked_point" to="/clicked_point"/> --> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
</include> | ||
</group> | ||
<!-- </group> --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
消す
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
削除します
Summary
web_appに対応するために名前空間を変更しました
具体的には
/gmapping
や/navigation
を削除しましたTest