ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

aselya's profile - activity

2020-12-10 07:11:42 -0500 received badge  Famous Question (source)
2020-12-10 07:11:42 -0500 received badge  Notable Question (source)
2020-12-10 07:11:42 -0500 received badge  Popular Question (source)
2020-09-08 09:02:24 -0500 marked best answer invalid preprocessing directive #!

I'm trying to build a dynamic configuration for a cpp application and I'm adapting the tutorial. I'm getting the following error in my cfg file. Any insight you have will be appreciated.

error: invalid preprocessing directive #! 2 | #!/usr/bin/env python

I've already tried chmod a+x on the file python version is 3.8.2

2020-09-04 17:54:10 -0500 answered a question invalid preprocessing directive #!

I fixed it by removing an accidental space in the file

2020-09-01 08:58:46 -0500 asked a question invalid preprocessing directive #!

invalid preprocessing directive #! I'm trying to build a dynamic configuration for a cpp application and I'm adapting th