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

When trying to run roslaunch, I get a syntax error #2

Open
jehand opened this issue Nov 4, 2021 · 0 comments · May be fixed by #3
Open

When trying to run roslaunch, I get a syntax error #2

jehand opened this issue Nov 4, 2021 · 0 comments · May be fixed by #3
Labels
help wanted Extra attention is needed

Comments

@jehand
Copy link

jehand commented Nov 4, 2021

$ roslaunch object_spawner object_spawner.launch
... logging to /home/jehan/.ros/log/ac46b9a2-3d99-11ec-b1a9-17dc54d37e9b/roslaunch-jehan-VirtualBox-16531.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://jehan-VirtualBox:42685/

SUMMARY

PARAMETERS

  • /object_spawner_node/random_order: False
  • /object_spawner_node/time_interval: 1.0
  • /object_spawner_node/yaml_package_name: object_spawner
  • /object_spawner_node/yaml_relative_path: /config/models.yaml
  • /rosdistro: noetic
  • /rosversion: 1.15.13

NODES
/
object_spawner_node (object_spawner/object_spawner.py)

ROS_MASTER_URI=http://localhost:11311

process[object_spawner_node-1]: started with pid [16545]
File "/home/jehan/catkin_ws/src/object_spawner/scripts/object_spawner.py", line 125
except (rospy.ServiceException, rospy.ROSException), e:
^
SyntaxError: invalid syntax
[object_spawner_node-1] process has died [pid 16545, exit code 1, cmd /home/jehan/catkin_ws/src/object_spawner/scripts/object_spawner.py __name:=object_spawner_node __log:=/home/jehan/.ros/log/ac46b9a2-3d99-11ec-b1a9-17dc54d37e9b/object_spawner_node-1.log].
log file: /home/jehan/.ros/log/ac46b9a2-3d99-11ec-b1a9-17dc54d37e9b/object_spawner_node-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done

@rfzeg rfzeg added the help wanted Extra attention is needed label Nov 9, 2021
@brean brean linked a pull request Feb 24, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants