Karthik,
The industrial_robot_simulator package has not been well-tested for multi-arm configurations. It will probably require additional modifications to the launch file shown in the tutorial.
In particular, the industrial_robot_simulator expects the joint_names list of the incoming trajectory commands to match the list shown in controller_joint_names. If you set things up as shown below, the simulator node will probably receive two different command trajectories (one for each arm group), which will not match the unified controller_joint_names parameter you have defined.
You will likely need to create two different namespaces, with parallel instantiations of the industrial_robot_simulator chain. The different arm commands can then be mapped to separate simulator nodes. This will be a bit tricky when setting up the launch file, but should be possible.
Alternatively, if this architecture does not well mirror the configuration you expect to use for interfacing to your actual robot hardware, then the better solution might be to modify the industrial_robot_simulator and joint_trajectory_action nodes to be more flexible for dual-arm configurations.
Hope this helps,
Jeremy Zoss
Robotics and Automation Engineering
Southwest Research Institute
--
You received this message because you are subscribed to the Google Groups "swri-ros-pkg-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
swri-ros-pkg-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
[ INFO] [1382028251.944898564]: Planning request received for MoveGroup action. Forwarding to planning pipeline.
[ INFO] [1382028251.946233615]: No planner specified. Using default.
[ INFO] [1382028251.946301429]: Attempting to use default projection.
[ INFO] [1382028251.946592627]: Starting with 1 states
[ INFO] [1382028251.980327415]: Created 405 (294 start + 111 goal) states in 326 cells (241 start (234 on boundary) + 85 goal (85 on boundary))
[ INFO] [1382028251.980370559]: Solution found in 0.033986 seconds
[ INFO] [1382028251.980807322]: Path simplification took 0.000403 seconds
[ INFO] [1382028255.817654702]: Received new trajectory execution service request...
[ERROR] [1382028255.818081096]: Joint trajectory action failing on invalid joints
[ WARN] [1382028255.818415291]: Controller handle reports status FAILED
[ INFO] [1382028255.818552063]: Execution completed: FAILED