Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

change name space #26

wants to merge 2 commits into from

Conversation

AiriYokochi
Copy link
Contributor

@AiriYokochi AiriYokochi commented Nov 27, 2023

Summary

web_appに対応するために名前空間を変更しました
具体的には/gmapping/navigationを削除しました

Test

  • gazebo環境で起動した
  • 実機環境で起動した

Comment on lines 22 to 31
<!-- 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 -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このPRでは消したほうが見やすいです

Copy link
Contributor Author

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"/> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

Comment on lines 63 to 72
<!-- <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> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

Comment on lines 3 to 7
<!-- <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"> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

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"/> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

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" /> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

Comment on lines 66 to 70
<!-- <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> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

Comment on lines 80 to 83
<!-- <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"/> -->

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

</include>
</group>
<!-- </group> -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消す

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

削除します

@AiriYokochi AiriYokochi requested a review from nyxrobotics June 4, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants