Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit ce11b93

Browse files
committed
Merge branch 'master' of github.com:BehaviorTree/btcpp_website
2 parents b1d9adc + 66f89b5 commit ce11b93

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ros2_integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ To create a BT Action that invokes this ROS Action:
6363

6464
using namespace BT;
6565

66-
class FinonacciAction: public RosActionNode<Fibonacci>
66+
class FibonacciAction: public RosActionNode<Fibonacci>
6767
{
6868
public:
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)

src/pages/groot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)