From 7fc69e806d6457668bcc1859fc14dccfe34c6625 Mon Sep 17 00:00:00 2001 From: Wil Date: Mon, 11 Feb 2019 10:29:14 -0500 Subject: [PATCH] Add action message --- gen_pb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gen_pb.sh b/gen_pb.sh index f6c0ed9..87650f3 100755 --- a/gen_pb.sh +++ b/gen_pb.sh @@ -1,2 +1,3 @@ cd gymfc/envs/assets/gazebo/plugins/msgs/ protoc State.proto --python_out ../../../../../msgs/ +protoc Action.proto --python_out ../../../../../msgs/