Quickstart
#
- Clone the project and go to the directory:
prompt2act
.
$ git clone https://github.com/thisiselijah/prompt2act.git && cd prompt2act/ros_noetic/
- Build the docker image.
$ docker build -t ros-noetic-dev .
- Run the container.
$ docker run -it --rm --name <container_name> --net=host --device=/dev/video0:/dev/video0 -v ./catkin_ws/src:/root/catkin_ws/src ros-noetic-
# for test
$ docker run -it --rm -v ./catkin_ws/src:/root/catkin_ws/src ros-noetic-dev
- Use
zellij
as terminal multiplexer.
- Build the ROS environments.
$ source devel/setup.bash && catkin_make
- Set llm API key
$ export GEMIINI_API_KEY = "<YOUR API KEY>"
- Run the system
roslaunch launcher all_nodes.launch