We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__ns:=sim1
if I use __ns:=sim1 arg while launching the gazebo.launch the robot model is not showing + the gazebo is paused due to that. launch file https://github.com/ron007d/ros_pick_and_place_simulation/blob/main/src/simple_simulation/launch/simple_simulation.launch urdf file https://github.com/ron007d/ros_pick_and_place_simulation/blob/main/src/simple_simulation/urdf/simple_robot_with_camera.xacro
why the model is not showing if I use namespace for gazebo spawn model
cmd to run
roslaunch simple_simulation simple_simulation.launch __ns:=sim1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if I use
__ns:=sim1
arg while launching the gazebo.launch the robot model is not showing + the gazebo is paused due to that.launch file
https://github.com/ron007d/ros_pick_and_place_simulation/blob/main/src/simple_simulation/launch/simple_simulation.launch
urdf file
https://github.com/ron007d/ros_pick_and_place_simulation/blob/main/src/simple_simulation/urdf/simple_robot_with_camera.xacro
why the model is not showing if I use namespace for gazebo spawn model
cmd to run
roslaunch simple_simulation simple_simulation.launch __ns:=sim1
The text was updated successfully, but these errors were encountered: