cvar-upm / aerostack

Software framework for aerial robotic systems
Other
154 stars 43 forks source link

configuring the environment #52

Closed Arsalan66 closed 4 years ago

Arsalan66 commented 5 years ago

I want to make a simple environment with just a tree in it and ibvs being implemented to reach that tree for that i need to make an environment however i'm encountering following issues: When i launch this it says: roslaunch environment_viewer environment_viewer.launch --wait robot_namespace:=drone1 robot_config_path:=$AEROSTACK_STACK/configs/drone1 RLException: [environment_viewer.launch] is neither a launch file in package [environment_viewer] nor is [environment_viewer] a launch file name The traceback for the exception was written to the log file similarly, roslaunch teleoperation_control_window teleoperation_control_window.launch --wait robot_namespace:=drone111 RLException: [teleoperation_control_window.launch] is neither a launch file in package [teleoperation_control_window] nor is [teleoperation_control_window] a launch file name The traceback for the exception was written to the log file

I went to that file and there was only a catkin ignore file in it, how can i overcome this issue, kindly help me in this issue of mine

Arsalan66 commented 5 years ago

projects given in aerostack are properly installed however i haven't seen any launch files except for catkin ignore in config files