uji-ros-pkg / underwater_simulation

UWSim-NET, the Underwater Simulator
97 stars 64 forks source link

roslaunch underwater_vehicle_dynamics UWSim_g500_dynamics.launch #88

Open CodeWanglufei opened 12 months ago

CodeWanglufei commented 12 months ago

I have a problem. When I try the controller with Simulink, firstly I comment the keyboard controller in the /UWSim_g500_dynamics.launch file, then I use ' roslaunch underwater_vehicle_dynamics UWSim_g500_dynamics.launch ' in my terminal. The problem shows below.

Starting UWSim... [rosrun] Couldn't find executable named uwsim_binary below /home/wyl/uwsim_ws/src/src/underwater_simulation/uwsim [uwsim-3] process has died [pid 85782, exit code 3, cmd /home/wyl/uwsim_ws/src/src/underwater_simulation/uwsim/src/uwsim --configfile cirs.xml name:=uwsim log:=/home/wyl/.ros/log/26247c6e-583c-11ee-a908-000c294a6f71/uwsim-3.log]. log file: /home/wyl/.ros/log/26247c6e-583c-11ee-a908-000c294a6f71/uwsim-3*.log /home/wyl/uwsim_ws/src/src/underwater_simulation/underwater_vehicle_dynamics/src/dynamics.py:274: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information. self.pub_pose= rospy.Publisher(self.output_topic, Pose)

How to solve ? Looking forward to your reply.