sea-bass / turtlebot3_behavior_demos

Example repository for autonomous behaviors using TurtleBot3, as well as Docker workflows in ROS based projects.
MIT License
270 stars 53 forks source link

Groot2 curl link not valid #47

Closed AnsgarKasselmann closed 3 months ago

AnsgarKasselmann commented 3 months ago

The curl link to Groot2 seems to be outdated. I'm getting the following response instead of the actual app image:

<Error>
  <Code>AccessDenied</Code>
  <Message>Access Denied</Message>
  <RequestId>F57GABXWYMH91Y8Q</RequestId>
  <HostId>L0+37M9FRcBsFLlaX6rACPdnFMnzAk933lMTJ4A9veWgoMlUahTeoFpLwoBycgEdvXkfu4ov3Ug=</HostId>
</Error>
sea-bass commented 3 months ago

Thanks for pointing this out.

Going on the Groot web page, it seems this is the latest link: https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-x86_64.AppImage

Could you confirm whether this works?

sea-bass commented 3 months ago

I checked it myself and fixed in https://github.com/sea-bass/turtlebot3_behavior_demos/pull/48 -- thanks again for pointing out the dead link!