-
Notifications
You must be signed in to change notification settings - Fork 159
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
Error while trying to use the xArm6 Moveit package with ROS_NAMESPACE #236
Comments
Please note : Starting the Logs:
|
Looks like the error is coming when launching with the argument |
@nitish3693, it seems the namespace and remapping had some issues working together, we are looking into this and will get back to you later. |
Hi @nitish3693, we are still in the process of optimizing the namespace compatibility, you may try with the following launch file temporarily, there are still some remappings needed: <?xml version="1.0"?>
<launch>
<arg name="ns" default="" doc="namespace as a group"/>
<arg name="robot_ip" />
<group ns="$(arg ns)">
<remap from="/robot_description" to="/$(arg ns)/robot_description" />
<remap from="/move_group/monitored_planning_scene" to="/$(arg ns)/move_group/monitored_planning_scene" />
<remap from="/$(arg ns)/source_list" to="/source_list" />
<include file="$(find xarm7_moveit_config)/launch/realMove_exec.launch">
<arg name="robot_ip" value="$(arg robot_ip)"/>
</include>
</group>
</launch> If you launch this file and specify |
Hi @penglongxiang, we tested the launch file, The initial moveit plan work but the current state of the robot is not updating, causing consequent palns to have in correct start position. Current State in Moveit : Light white arm Current State of Real Hardware : Solid white arm. |
Hi @nitish3693, please check your output of |
output of command,
In the moveit.rviz :
|
@penglongxiang note in the
|
I will test by changing that to relative path and will check. |
@nitish3693 |
@penglongxiang @vimior thanks for the update. We were able to run xarm6 and xarm7 on same machine, but the tf was completely merged, |
Hi Team,
When trying to launch the
realMove_exec.launch
from thexarm6_moveit_config
under a ROS namespace, the process is giving errors and not connecting to thefollow_joint_trajectory
server.Logs,
The text was updated successfully, but these errors were encountered: