This repository was archived by the owner on Oct 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ To create a BT Action that invokes this ROS Action:
6363
6464using namespace BT ;
6565
66- class FinonacciAction : public RosActionNode <Fibonacci>
66+ class FibonacciAction : public RosActionNode <Fibonacci>
6767{
6868public:
69- FinonacciAction (const std::string& name,
69+ FibonacciAction (const std::string& name,
7070 const NodeConfig& conf,
7171 const RosNodeParams& params)
7272 : RosActionNode<Fibonacci >(name, conf, params)
@@ -150,7 +150,7 @@ and other parameters using the `BT::RosNodeParams`:
150150 RosNodeParams params;
151151 params.nh = node;
152152 params.default_port_value = "fibonacci";
153- factory.registerNodeType<SleepAction >("Sleep ", params);
153+ factory.registerNodeType<FibonacciAction >("Fibonacci ", params);
154154```
155155
156156## Asynchronous BT::Action using rclcpp::Client (services)
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ export default function Groot() {
336336 />
337337 < Link
338338 className = "button button--outline button--primary button--lg umami--click--download-windows"
339- to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-windows-installer.exe"
339+ to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-0.5.0- windows-installer.exe"
340340 >
341341 Download Windows installer
342342 </ Link >
You can’t perform that action at this time.
0 commit comments